ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid.TagHelpers Namespace / TransposedGridRowBaseTagHelper<TControl> Class / MaxLength Property

In This Topic
    MaxLength Property (TransposedGridRowBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.ColumnBase.MaxLength. Sets the maximum number of characters that the can be entered into the cell.
    Syntax
    'Declaration
     
    Public Property MaxLength As Nullable(Of Integer)
    public Nullable<int> MaxLength {get; set;}
    Remarks
    Set this property to null to allow entry of any number of characters.
    See Also